﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
/*#nprogress {
  pointer-events: none;
}*/
#nprogress {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99999;
}
img.load-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-right: 0;
	margin-bottom: 0;
	z-index: 99;
}
#nprogress .bar {
	background: #000;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
}
.bar-opacity {
	background: #e6e6e6;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
}
#nprogress .spinner {
	width: 50px;
	height: 45px;
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 50%;
	margin: -22.5px 0 0 -25px;
	background: #fff;
}
#nprogress .spinner-icon {
	width: 50px;
	height: 45px;
	background: url(../images/loading.gif) no-repeat -1px center;
	margin: 0 auto;
}
